(Fmemory_limit): No longer interactive.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1993 08:12:08 +0000 (08:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Dec 1993 08:12:08 +0000 (08:12 +0000)
src/alloc.c

index f17db1ff07ca1fff4946ec4f6ee2540c26fe9e3a..d4c4f3c402fae1e0ed9c1de5a7e9b46922481bcc 100644 (file)
@@ -2124,7 +2124,7 @@ compact_strings ()
 \f
 /* Debugging aids.  */
 
-DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "",
+DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, 0,
   "Return the address of the last byte Emacs has allocated, divided by 1024.\n\
 This may be helpful in debugging Emacs's memory usage.\n\
 We divide the value by 1024 to make sure it fits in a Lisp integer.")